
  /* FUENTES */
  .dm-serif text-regular {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
  }
    
  .dm-serif text-regular-italic {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .btn:first-child:hover, :not(.btn-check)+.btn:hover {
      background-color: #ED1C27 !important;
      border: none !important;
  }
body {
  font-family: "Roboto Condensed", sans-serif;
    color: #171717;
    font-size: 20px;
}
.navbar-brand {
    position: relative;
    /* max-width: 200px; */
    /* left: 50%;
    top: 0;
    transform: translateX(-50%); */
  }
.shape {
    position: relative;
}
.logo {
    max-width:80%;
    margin: 0 auto;
}
.position-md-fixed {
  position: relative;
}
.contentLang {
    border-radius: 30px;
    margin:10px 10px 0 10px;
    zoom: .8;
}
.nav-link  {
    text-align: center;
}
.nav-link p {
  font-size: 23px;
}
.nav-pills .nav-link {
  background-color: #7B7B7B;
  border-radius: 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #ED1C27;
}
.tabLeft {
  border-radius:20px 20px 0 0 !important;
  /* border-right: 5px solid #fff !important; */
}
.tabRight {
  border-radius:0 0 20px 20px !important;
}
.iconTab {
  width: 42px;
}
.nav-link img, .nav-link p {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}
.nav-link p {
  margin-right: 20px;
  font-weight: 700;
  color: #fff;
}
.contentLang {    
    background-color:#F7F7F7;
    overflow: hidden;
}
.activeLang {
    background-color:#E6E6E6;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-bottom: 5px solid #656565;
}

.tab-pane hr {
  width: 100%;
  border: 1px solid #e7e7e7;
  opacity: 1;
  margin: 30px auto;
}
.tab-pane h2 {
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  color: #171717;
}
.tab-pane h2 > span {
  color:#e8162e;
}
.contentSelect {
  position: relative;
  font-family: Arial;
}

.contentSelect select {
  /* display: none;  */
}

.select-selected {
  background-color: #252525;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top:14px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 9px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #252525;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/* Hide the items when the select box is closed: */
.select-hide {
  /* display: none; */
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.textLang {
  font-size: 14px;
  color: #fff;
}
.highlight {
    background-color:#e8162e !important;
}
.form-check {
    width: 200px;
    margin:10px 10px;
    padding:10px 20px 10px 40px;
    background-color:#F7F7F7;
    border-radius: 10px;
    cursor: pointer;
    border:1px solid #CECECE;
    font-weight: 600;
}

  .highlight-checkbox {
    display: none; /* Oculta el checkbox original */
  }

  .highlight-checkbox + .highlight-label::before {
    content: '';
    display: inline-block;
    width: 20px; /* Ancho de la imagen */
    height: 20px; /* Altura de la imagen */
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/calendario-financiero-y-dividendos/img/check.svg'); /* Ruta de la imagen no marcada */
    background-size: cover;
    margin-right: 5px; /* Espacio entre el ícono y el texto del label */
    position: absolute;
    left: -30px;
    top: 2px;
  }
  .textNormal {
    font-size: 28px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  }
  .highlight-checkbox:checked + .highlight-label::before {
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/calendario-financiero-y-dividendos/img/check2.svg'); /* Ruta de la imagen marcada */
  }
  .wrapButton > .highlight-label::before {
    top: 20px !important;
  }
  .highlight-checkbox:checked + .highlight-label {
    font-weight: 600;
    color: #fff;
  }
  .bgGrey {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(128,128,128,0.16) 100%);
  }
  footer {
    background:#000000 ;
    zoom: .8;
    position: relative;
    margin-top: 300px;
  }
  .legalText {
    font-size: 13px;
  }
  .uptadeButton {
    background-color: #575757;
    border-radius: 30px;
    font-size: 26px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    border: none;
    font-style: normal;
    cursor: pointer !important;
    width: 250px;
  }
  .iconAgenda {
    width: 80px;
  }
  .modal-content {
    border-radius: 20px;
    overflow: hidden;
  }
  .modal-header {
    height: 120px;
    border: none;
  }
  .btn-close {
    width: auto;
    color:transparent !important;
    background:none !important;
    opacity: 1 !important;
  }
  .btn-close  img {
  }
  .modal-body {
    font-size: 33px;
  }  
  .uptadeButton:hover {
    background-color: #e8162e !important;
  }
  .textVariable {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 26px;
  }
  .textVariableContent p{
    font-weight: 300;
  }
  .textItalic {
    font-weight: 300;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
  }
  .textItalic b {
    font-weight: 700;   
  }
  .textItalic span {
    color: #e8162e; 
    font-weight: 700;   
  }
.textFooter {
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 300;
}
.copyright {
  font-size: 18px;
  
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background-color: #e8162e;
}
.shape {
  background:url(https://s3.amazonaws.com/lacabinadavivienda.com/projects/calendario-financiero-y-dividendos/img/shape.svg) no-repeat top center;
  background-size:100px;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.menu::before {
  content: '';
  width: 100%;
  /* height: 100vw; */
  left: 0;
  right: 0;
  background:url(https://s3.amazonaws.com/lacabinadavivienda.com/projects/calendario-financiero-y-dividendos/img/bg.jpg) top center !important;
  background-size:cover !important;
  position: absolute;
  z-index: -10;
}
.legalDer {
  width: 2%;
  right: 10px;
  top: 10%;
  /* background: url(https://s3.amazonaws.com/lacabinadavivienda.com/projects/calendario-financiero-y-dividendos/img/legalDer.svg) top center no-repeat !important; */
  background-size: 100% !important;
  position: absolute;
  z-index: 1;
}
.content-fixed {
  z-index: -1;
}
.wrapper {
  min-height: 100%;
  height: 100%;
}
/* MEDIA QUERIES */
select {
  background-color: #ccc; /* fondo gris */
  color: black; /* color de texto */
}

/* content-table */
.content-table h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  margin-top: 5px !important;
  color: #171717;
  font-family: "Roboto Condensed", sans-serif;
}
.content-table .day {
  color: #ED1C27;
  font-size: 16px;
}
.content-table .day2 {
  color: #171717;
  font-size: 35px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
.content-table .a2025{
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 34px;
  color: rgb(176, 176, 176);
  margin: 20px 0 0 0;
  text-align: center;
}
.textTable {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.border-bottom, .border-top {
  border-width: 1px !important;
  border-color: #707070 !important;
}
.border-end {
  border-color: transparent !important;
}
/* The container must be positioned relative: */
.custom-select {
  position: relative;
  font-family: Arial;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #252525;
}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: url(https://s3.amazonaws.com/lacabinadavivienda.com/projects/calendario-financiero-y-dividendos/img/arrowSelect.svg);
  top: 7px;
  right: 28px;
  width: 0;
  height: 0;
  border: 0;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 30px 8px 20px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  position: relative;
  border-radius: 50px;
  min-width: 150px;
  width: autos;
  text-align: center;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
}
.select-items div:hover, .same-as-selected {
  border-radius: 0 !important;
  width: 100% !important;

}
.calendar {
  cursor: pointer;
}
/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #252525;
  top: 100%;
  left: 0;
  margin: 0 auto;
  right: 0;
  height: 265px;
  overflow-y: scroll;
  z-index: 99;
  width: 230px;
  border-radius: 10px;
  margin-top:5px;
}
.select-arrow-active {
  font-size: 28px;
}
.takeSelect .select-selected{
  font-size: 28px;
}
.takeSelect2 .select-selected{
  width: auto;
  font-size: 28px;
  padding-left: 20px;
  padding-right: 40px;
}

.buttonTable {
  border: none;
  border-radius: 10px;
  background-color: #4A4A4A;
  width: 150px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  font-size: 18px;
}
/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgb(255 0 0);
  border-radius: 0;
}
.fixed-content {
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0f0f0;
  padding: 10px;
  transition: transform 0.3s ease-out; /* Transición de 0.3 segundos */
}

.fixed-content.scrolled-up {
  transform: translateY(-50px); /* Mueve el contenido hacia arriba por 50px */
}

.content {
  height: 2000px; /* Altura de contenido para que haya espacio para hacer scroll */
}
.content-wrapper {
  min-height: calc(100vh - 250px); /* 250px es una estimación de la altura del pie de página */
  overflow-y: auto;
}
.fix {
  position: sticky;
  top: 0;
}
.content-dvr {
  margin:0;
}
.content-dvr h3{
  font-size: 15px;
  /* height: 50px; */
  color:#e8162e;
  font-weight: 600;
}
.content-dvr .buttonTable{
  width: 100%;
  font-size: 24px;
  background-color: #878787;
}
.content-disclaimer p{
  font-size: 10px;
  margin: 0;
}

.logo_modal{
  width: 200px;
    max-width: 200px;
    padding-top: 50px;
}

@media (min-width: 576px) { 
    body {
      /* background: red; */
    }
    .content-fixed {
      left: 0;
    }
    .textItalic {
      font-size: 26px;
    }
    .menu {
      background:url(https://s3.amazonaws.com/lacabinadavivienda.com/projects/calendario-financiero-y-dividendos/img/shape.svg) no-repeat top center;
      background-size:600px;
    }
    .tab-pane h2 {
      font-size: 35px;
    }
    .shape {
      width: 70%;
    }
    .legalDer {
      width: auto;
    }
 }

@media (min-width: 768px) { 
 
  .tab-pane h2 {
    font-size: 45px;
  }
  body {
    /* background: green; */
  }
  .uptadeButton {
    
  }
  .contentLang {
    zoom: 1;
  }
  .tab-pane h2 {
    font-size: 50px;
  }
  
  .tabLeft {
    border-radius: 50px 0 0 50px !important;
    border-right: 5px solid #fff !important;
  }
  .tabRight {
    border-radius:0 50px 50px 0 !important;
  }
  .shape {
    max-width: 470px;
    
  }
 }

@media (min-width: 992px) { 
  .logo {
    max-width: 260px;
    margin: 0 0 0 40px;
}
  .legalDer {
    width:auto;
  }
  .shape {
    max-width: 570px;
  }
  .textItalic {
    font-size: 24px;
  }
  .border-bottom,.border-end, .border-top {
    border-width: 1px !important;
    border-color: #707070 !important;
  }
  .nav-link p {
    font-size: 28px;
  }
  body {
    /* background: yellow; */
  }
  .navbar-brand {
    position: relative;
  }
  .contentLang {
    border-radius: 30px;
    margin:10px 35px 0 10px;
  }
  footer {
    zoom: 1;
  }
  .menu {
    background:url(https://s3.amazonaws.com/lacabinadavivienda.com/projects/calendario-financiero-y-dividendos/img/shape.svg) no-repeat top center;
    background-size:600px;
  }
  .position-md-fixed {
    position: fixed;
    /* left: 20vw; */
  }
  div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
  }
  
}

@media (min-width: 1200px) { 
  .fix {
    position: sticky;
    left: 5vw;
  }

  .moved-up {
    bottom: 370px;
    transition: bottom 0.3s ease; /* Agregamos transición para que el cambio sea suave */
  }
  body {
    /* background: orange; */
  }
  .contentLang {
    margin:10px 35px 0 10px;
  }
  .banner {
    margin-top:20px;
    margin-bottom: 0;
}
.uptadeButton {
  width: 300px;  
}
footer {
  zoom: 1;
}
.wrapper {
  margin-bottom: 100px;
}
.mW {
  width: 500px;
}
.buttonTable {
  margin-left: 30px;
}
}

@media (min-width: 1400px) { 
body {
  /* background: red !important; */
}
.mW {
  width: 600px;
}
  .leftM {
    /* width: 300px; */
  }
  .fix {
    position: sticky;
    left: -14px;
  }
  body {
    /* background: pink; */
  }
  .form-check { 
    width: 225px;
  }
  .contentLang {
    margin: 10px 135px 0 10px;
  }
  .moved-up {
    bottom: 320px;
  }
 }
 @media (min-width: 1600px) { 
  .mW {
    width: 650px;
  }
  body {
    /* background: pink; */
  }
  .form-check { 
    width: 240px;
  }
 }